.content_body {
    width: 1210px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}

/* 轮播相关 */
.banner {
    width: 1210px;
    height: 400px;
    overflow: hidden;
    position: relative;
    margin-top: 20px;
}

.banner > a {
    width: 35px;
    height: 80px;
    display: none;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    line-height: 80px
}

.banner > a.prev {
    left: 0
}

.banner > a.next {
    right: 0
}

.banner > a > i {
    color: #eee;
    font-size: 1.5em
}

.banner > a:hover {
    background-color: rgba(0, 0, 0, 0.5);
    cursor: pointer
}

.img {
    height: 400px;
    position: absolute
}

.img li {
    width: 1210px;
    height: 400px;
    float: left;
    overflow: hidden
}

.img li img {
    width: 1210px;
    height: 400px
}

.tab_bg {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 8px;
    text-align: center
}

.tabs {
    height: 14px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    background-color: rgba(49, 49, 49, 0.15);
    margin: 0 auto;
    padding: 0 10px;
    display: inline-block;
    text-align: center
}

.tabs li {
    width: 10px;
    height: 10px;
    float: left;
    background-color: #eee;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-top: 2px
}

.tabs li:hover {
    cursor: pointer
}

.tabs li.mr {
    margin-right: 20px
}

.tabs li.ml {
    margin-left: 2px
}

.tabs li.orange {
    background-color: #f60
}

/* 楼层 */
.floor {
    width: 100%;
    height: 30px;
    margin: 20px 0 10px 0;
    border-bottom: 1px solid #3d67ad;
    line-height: 28px;
    font-size: 1.66em;
    font-weight: bold;
    color: #3d67ad;
}

.floor p {
    height: 30px;
    border-left: 5px solid #3d67ad;
    line-height: 30px;
    font-size: 20px;
    font-weight: bold;
    color: #3d67ad;
    padding-left: 15px;
    float: left;
    margin-right: 20px;
}

.floor p span {
    font-size: 24px;
    float: left;
    margin: -1px 10px 0 0;
}

.floor .floor_a {
    float: left;
    color: #333333;
    font-size: 14px;
    height: 14px;
    padding: 0 10px;
    border-right: 1px solid #cccccc;
    line-height: 14px;
    margin-top: 10px;
    font-weight: 300;
}

/* 推荐展会 */
.recommended_ul {
    width: 100%;
    overflow: hidden;
}

.recommended_ul li {
    width: 234px;
    height: 287px;
    border: 1px solid #E6EDEB;
    box-sizing: border-box;
    padding: 16px 17px 20px 17px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.recommended_ul li:nth-child(5), .recommended_ul li:last-child {
    margin-right: 0;
}

.recommended_ul li .title {
    height: 40px;
    font-size: 14px;
    color: #333333;
    margin-top: 10px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;

}

.recommended_ul li .time {
    font-size: 12px;
    color: #3D67AD;
    margin-top: 5px;
}

.recommended_ul li img {
    width: 200px;
    height: 140px;
}

.recommended_ul li div {
    font-size: 12px;
    width: 100%;
    height: 25px;
    position: relative;
    bottom: -15px;
    line-height: 25px;
}

.recommended_ul li div i {
    color: #999999;
}

.recommended_ul li div p {
    display: inline-block;
}

.recommended_ul li div .region {
    margin-left: -3px;
}

.recommended_ul li div .apply a {
    width: 70px;
    height: 25px;
    color: #FFAA00;
    border: 1px solid #FFAA00;
    box-sizing: border-box;
    text-align: center;
    border-radius: 3px;
    display: block;
}

.recommended_ul li div .apply:hover {
    background-color: #FFAA00;
    border-radius: 3px;
}

.recommended_ul li div .apply:hover a {
    color: #ffffff!important;
}

/* 1F */
.one_left {
    width: 250px;
    /*height: 628px;*/
    margin-right: 20px;
}

.one_left .release_btn {
    width: 250px;
    height: 40px;
    opacity: 1;
    background: linear-gradient(#7496e7 1%, #688adb 30%, #587acb 72%, #5374c3 100%);
    border-radius: 4px;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    color: #FFFFFF;
    display: block;
}

.one_left .bid_left_public {
    width: 228px;
    /*height: 198px;*/
    border: solid 1px #e6edeb;
    padding: 15px 10px;
    margin-top: 10px;
}
.one_left .bid_left_public img{
    width: 160px;
    height: 160px;
    display: block;
    margin: 10px auto;
}
.one_left .bid_left_public .cooperation_p{
    font-size: 12px;
    color: #333333;
    text-align: center;
}
.ztb_hot_bt {
    height: 20px;
    /*margin: 15px 0 0 10px;*/
    font-size: 16px;
    color: #333;
    font-weight: bold;
    border-left: 3px solid #c6000b;
    padding-left: 10px;
    line-height: 20px;
}

.one_left .bid_left_public .s_new_img_pro {
    margin: 9px 0 0 5px !important;
}

.one_left .bid_left_public .ztb_hot_bt .s_new_img_pro {
    margin-top: -18px !important;
}

.one_left .bid_left_public .bid_more {
    float: right;
    margin: 18px 8px 0 0;
}

.business {
    width: 226px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #f5f7f8;
    border: 1px dashed #e6edeb;
    padding: 3px 0;
    margin: 5px auto 0;
}

.business i {
    float: left;
    font-size: 14px;
    color: #c6000b;
    margin: 4px 0 0 8px;
}

.business .bus_right {
    float: left;
    margin-left: 10px;
}

.business .bus_right p {
    color: #333;
    font-size: 16px;
    font-weight: bold;
}

.business .bus_right p:nth-child(2) {
    margin-top: 5px;
}

.business:nth-child(3) i {
    color: #3d67ad;
}

.business:nth-child(3) p {
    color: #333;
}

.business:nth-child(4) i {
    color: #666666;
}

.business:nth-child(4) p {
    color: #333;
}

.business img {
    float: left;
    width: 18px;
    margin: 8px 0 0 14px;
}

.one_left .bid_left_public ul {
    width: 228px;
    height: 305px;
    margin-top: 15px;
    overflow: hidden;
}

.one_left .bid_left_public ul li {
    width: 69px;
    height: 25px;
    opacity: 1;
    background: #eeeeee;
    border-radius: 2px;
    color: #3D67AD;
    line-height: 25px;
    text-align: center;
    cursor: pointer;
    float: left;
    margin-right: 10px;
    margin-bottom: 15px;
}

.one_left .bid_left_public ul li:nth-last-child(2), .one_left .bid_left_public ul li:nth-last-child(3), .one_left .bid_left_public ul li:last-child {
    margin-bottom: 0;
}

.one_left .bid_left_public ul li:nth-child(3n+3) {
    margin-right: 0;
}

.one_left .bid_left_public ul li:hover {
    background: #3d67ad;
}

.one_left .bid_left_public ul li:hover a {
    color: #ffffff !important;
}

.one_right {
    width: 940px;
    height: 628px;
    border: 1px solid #E6EDEB;
    box-sizing: border-box;
}

.one_right .one_right_title {
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    background: linear-gradient(#ffffff 0%, #e9e9e9 53%, #f0f0f0 100%);
    font-size: 14px;
    color: #333333;
}

.one_right ul {
    width: 900px;
    padding: 0 20px;
}

.one_right ul li {
    border-bottom: 1px dashed #e6e6e6;
}

.one_right ul li .title {
    font-size: 14px;
    color: #333333;
    margin-top: 15px;
    /* 控制标题展示一行 */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dian {
    display: inline-block;
    width: 3px;
    height: 3px;
    background-color: #C6000B;
    margin: 7px 5px 0 0;
    float: left;
}

.one_right ul li .indentation {
    font-size: 12px;
    color: #999999;
    margin-top: 9px;
    padding-left: 10px;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.one_right ul li p:last-child {
    margin-bottom: 15px;
}

.one_right ul li:last-child {
    border-bottom: none;
}

/* 2F */
.exhibition {
    width: 100%;
    height: 360px;
    padding: 0 20px;
    border: 1px solid #E6EDEB;
    box-sizing: border-box;
}

.exhibition ul {
    overflow: hidden;
}

.exhibition ul li {
    width: 563px;
    overflow: hidden;
    float: left;
    margin: 20px 42px 20px 0;
}

.exhibition .exhibition_line {
    border-bottom: 1px dashed #E6EDEB;
    box-sizing: border-box;
}

.exhibition ul li:nth-child(2n+2) {
    margin-right: 0;
}

.exhibition ul li .fr {
    width: 348px;
}

.exhibition ul li .fr .title {
    font-size: 14px;
    color: #333333;
}

.exhibition ul li .fr .t_p {
    font-size: 12px;
    color: #3D67AD;
}

.exhibition ul li .fr p:last-child {
    font-size: 12px;
    color: #999999;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.exhibition ul li .fr .indentation {
    padding-left: 8px;
}

.exhibition ul li .fr .dian {
    margin-top: 15px;
}
